Posts tagged with #Machine Learning
-
Tracking Job Applications
I built several versions of a job application tracking system, to help me figure out how many jobs I have applied for and what the application status is From Spreadsheets, through Kanban boards, Laravel, React, NextJS and most recently, a Flutter app, This post discusses that journey.
-
Using LLMs to Supercharge your Learning
Artificial Intelligence (AI) is revolutionizing the way we approach problem-solving, task automation and education.
-
Building a Snake Game using Prompt Engineering
Using Prompt Engineering to build a simple game.
-
Can you build your own Spam filter?
Short answer is obviously yes. The longer answer depends on lots of things, one of the main ones is Effort vs Benefit.
-
Data Scrubbing
Before you can go away and build your Machine Learning Model you will often find that the source data needs varying levels of manipulation before presenting it to your model. This post will briefly touch on some of the technical processes of refining your data-sets to make them more workable.
-
Assumptions of Linear Regression
Linear Regression is an approach to modelling the relationship between a dependent variable and one or many independent variables.